Y2Z is an independent open-source publisher whose single public utility, Monolith, addresses the common frustration of web pages that later disappear or render incorrectly once scripts, styles, or media are no longer reachable. Written in Rust, Monolith crawls a given URL, inlines all Cascading Style Sheets, converts images and fonts to data-URIs, preserves JavaScript integrity, and outputs one self-contained HTML file that can be stored, shared, or read offline without further dependencies. Researchers, archivists, students, and compliance officers therefore use it to freeze news articles, documentation, invoices, and social-media threads for citation, legal evidence, or airplane reading, while developers embed the binary in automated pipelines that generate static snapshots of dynamic dashboards or single-file reports for clients. Because the tool is command-line driven and offers flags for optional assets, base-href rewriting, and network silence, it slots easily into shell scripts, CI jobs, and backup cron tasks on Windows, macOS, or Linux. Y2Z’s Monolith is available for free on get.nero.com, where the latest Windows build is delivered through the trusted winget repository, supports batch installation alongside other utilities, and always remains up-to-date.

monolith

Bundle any web page into a single HTML file. Unlike the “Save page as”, monolith not only saves the target document, it embeds CSS, image, and JavaScript assets all at once, producing a single HTML5 document that is a joy to store and share.

Details